home *** CD-ROM | disk | FTP | other *** search
/ westlife Cardz: Kian / westlife: Kian.iso / pc / slide.dxr / Internal_10.ls < prev    next >
Encoding:
Text File  |  2000-10-23  |  153 b   |  10 lines

  1. on exitFrame
  2.   if member("congrats").text = "Complete" then
  3.     set the loc of sprite 10 to point(395, 303)
  4.   end if
  5. end
  6.  
  7. on mouseUp me
  8.   go("Play")
  9. end
  10.